home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / LineWidthGraphicsChange.h < prev    next >
Encoding:
Text File  |  1995-08-03  |  221 b   |  12 lines

  1. @interface LineWidthGraphicsChange : SimpleGraphicsChange
  2. {
  3.     float widthValue;
  4. }
  5.  
  6. - initGraphicView:aGraphicView lineWidth:(float)aWidth;
  7. - (NSString *)changeName;
  8. - (Class)changeDetailClass;
  9. - (float)lineWidth;
  10.  
  11. @end
  12.